add tests/testexpand.c used to test the expand props on GtkWidget
authorHavoc Pennington <hp@pobox.com>
Mon, 6 Sep 2010 16:31:54 +0000 (12:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Oct 2010 14:49:04 +0000 (10:49 -0400)
commit7597a35477eefdcea9264b67f3ccefdb63f911d5
tree08614e4e49cfc31819568b74ebb7db78f48dddae
parent031856eb3321ac8043c80ce98ee6c1d051b48d6e
add tests/testexpand.c used to test the expand props on GtkWidget

There are two colored boxes with toggle buttons nested
inside several GtkBox. Toggling these to expand mode
should automatically propagate expansion up through
the several GtkBox such that resizing the window
results in resizing the colored boxes.

https://bugzilla.gnome.org/show_bug.cgi?id=628902
tests/Makefile.am
tests/testexpand.c [new file with mode: 0644]